-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated updates acm release 2.12 #59
Automated updates acm release 2.12 #59
Conversation
Signed-off-by: Simon Pasquier <[email protected]>
…heus-operator#6451) * Change Replacement from type string to *string
…p-amcfg chore: clean up code in Alertmanager config generation
Fixes prometheus-operator#6270 Signed-off-by: Stefan Caraiman <[email protected]>
Signed-off-by: Jayapriya Pai <[email protected]>
Signed-off-by: Simon Pasquier <[email protected]>
…d-docs chore: fix small omission in CRD documentation
controller-runtime also calls `metrics.Register()` during init and this function can be called only once. To ensure that the k8s client metrics get updated, the global variables need to be set again by the operator. https://github.com/kubernetes-sigs/controller-runtime/blob/67b27f27e514bd9ac4cf9a2d84dec089ece95bf7/pkg/metrics/client_go_adapter.go#L42-L55 https://github.com/kubernetes/client-go/blob/aa7909e7d7c0661792ba21b9e882f3cd6ad0ce53/tools/metrics/metrics.go#L129-L170 Signed-off-by: Simon Pasquier <[email protected]>
…#6507) Signed-off-by: Simon Pasquier <[email protected]>
…-pick-6507 fix: ScrapeClass TLSConfig nil pointer exception (prometheus-operator#6507)
fix: register k8s metrics
…configurable-automountServiceAccountToken fix: make automountServiceAccountToken configurable
…ase-doc chore: update RELEASE.md with instructions
Co-authored-by: Jayapriya Pai <[email protected]>
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.3 to 0.53.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.52.3...v0.53.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. - [Commits](golang/net@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/go_modules/github.com/prometheus/common-0.53.0 build(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](golang/net@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/go_modules/scripts/golang.org/x/net-0.23.0 build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /scripts
…dependabot/go_modules/pkg/client/golang.org/x/net-0.23.0 build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /pkg/client
Signed-off-by: Jayapriya Pai <[email protected]> Co-authored-by: Simon Pasquier <[email protected]>
chore:cut v0.73.2
* chore: update RELEASE.md instructions Signed-off-by: Jayapriya Pai <[email protected]> * Update RELEASE.md Co-authored-by: Arthur Silva Sens <[email protected]> --------- Signed-off-by: Jayapriya Pai <[email protected]> Co-authored-by: Arthur Silva Sens <[email protected]>
Signed-off-by: dongjiang1989 <[email protected]>
…ator into merge-release-0.73
…se-0.73 Merge release 0.73 into main
prometheus-operator#6485) * add support for nomad sd Signed-off-by: dongjiang1989 <[email protected]>
Signed-off-by: Jayapriya Pai <[email protected]>
fix generate checks
…rometheus-operator#6701) * Check if EnableFeatures already contains ageent mode's features
…nfig-reloader-probes Create correct readiness/liveness probes for config-reloader when `listenLocal` is set to `true`
Signed-off-by: Nicolas Takashi <[email protected]>
…/improving-sample-limit-precedence [CHORE] considering global limits over enforced
…/nicolas-release-volunteer [CHORE] adding Nicolas as release volunteer
* add ttl obj into alertmanagerConfig rsc --------- Co-authored-by: Nicolas Takashi <[email protected]> Co-authored-by: Simon Pasquier <[email protected]>
This is a quick follow-up of prometheus-operator#6698. Signed-off-by: Simon Pasquier <[email protected]>
Signed-off-by: Arthur Silva Sens <[email protected]>
…rator#6600) chore: Add Proposal for Daemonset deployment of Prometheus Agent
…or-prober chore: factorize prober code
This is a follow-up of prometheus-operator#6537, prometheus-operator#6557, prometheus-operator#6641, prometheus-operator#6644 and prometheus-operator#6645. Signed-off-by: Simon Pasquier <[email protected]>
…ptrDeref chore: Replace StringPtrValOrDefault with ptr.Deref
…or-store-pkg-tlsassets chore: refactor TLS management in the assets package
… Prometheus's modes (prometheus-operator#6686) * Refactor the common implementation code (not including tests) between Prometheus's modes
* optimize code Signed-off-by: dongjiang1989 <[email protected]> --------- Signed-off-by: dongjiang1989 <[email protected]>
Bumps [github.com/go-test/deep](https://github.com/go-test/deep) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/go-test/deep/releases) - [Changelog](https://github.com/go-test/deep/blob/master/CHANGES.md) - [Commits](go-test/deep@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/go-test/deep dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/go_modules/github.com/go-test/deep-1.1.1 build(deps): bump github.com/go-test/deep from 1.1.0 to 1.1.1
Signed-off-by: Jayapriya Pai <[email protected]>
…ometheus-operator#6689) * add service discovery for ovhcloud Signed-off-by: dongjiang1989 <[email protected]> --------- Signed-off-by: dongjiang1989 <[email protected]>
chore: bump go dependencies before release
Signed-off-by: Jayapriya Pai <[email protected]>
chore: cut 0.75.0
Signed-off-by: dongjiang1989 <[email protected]>
…erry-pick-6722 fix: ovhcloud sd configs key error(prometheus-operator#6722)
Signed-off-by: Jayapriya Pai <[email protected]>
chore: cut 0.75.1
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: coleenquadros The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue.
Type of change
What type of changes does your code introduce to the Prometheus operator? Put an
x
in the box that apply.CHANGE
(fix or feature that would cause existing functionality to not work as expected)FEATURE
(non-breaking change which adds functionality)BUGFIX
(non-breaking change which fixes an issue)ENHANCEMENT
(non-breaking change which improves existing functionality)NONE
(if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)Verification
Please check the Prometheus-Operator testing guidelines for recommendations about automated tests.
Changelog entry
Please put a one-line changelog entry below. This will be copied to the changelog file during the release process.